-
Notifications
You must be signed in to change notification settings - Fork 22
enable smoke test with CRD 3scale client #643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are significant changes to both test logic and test setup and they are completely missing any explanation of why they are needed.
testsuite/tests/apicast/policy/routing/test_routing_policy_headers.py
Outdated
Show resolved
Hide resolved
testsuite/tests/apicast/policy/routing/test_routing_policy_headers.py
Outdated
Show resolved
Hide resolved
testsuite/tests/apicast/policy/routing/test_routing_policy_multiple_conditions_or.py
Outdated
Show resolved
Hide resolved
4c20ac1
to
847fe4d
Compare
0605f8d
to
6527d07
Compare
029505e
to
b0d78c2
Compare
b0d78c2
to
3ad3429
Compare
@mkudlej please add note about capabilities tests to the documentation for the next generations :) |
@mkudlej please unify setting of cluster project with testsuite logic. (1. level get project from dynaconf settings, 2.level NAMESPACE variable, fallback to current project from oc tool) |
3ad3429
to
f360b4b
Compare
def api_client_type(pytestconfig): | ||
"""Do tests use REST API client(False) or CR Capabilities client(True)?""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rename this fixture to something like use_capabilities_client
to match bool return value and for more clear usage later in the code.
It introduces APIAP for all smoke tests with related changes.